home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6994 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.sprintlink.net!rockyd!cmcl2!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: 20 Feb 1996 21:08:10 -0500
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.824868402@schonberg>
  8. References: <00001a73+00002504@msn.com> <4etcmm$lpd@nova.dimensional.com> <3114d8fb.5a455349@zesi.ruhr.de> <4f5h5t$f13@vixen.cso.uiuc.edu> <4g1bgf$l5@mailhub.scitec.com.au> <312515DF.7D3B@cmlj.demon.co.uk> <4g5sas$787@goanna.cs.rmit.EDU.AU> <4g966j$cr8@goanna.cs.rmit.EDU.AU>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. Richard said
  13.  
  14. Ada does not support Fortran-style formatted I/O, nor PL/I style
  15. formatted or pictured I/O (but see Interfaces.COBOL).
  16.  
  17. Wrong advice, Ada 95 DOES spport COBOL-style pictures, see the information
  18. systems annex. I am not sure what "pictured I/O" is (COBOL certainly does
  19. not have it! But both COBOL and Ada 95 provide facilities for the use of
  20. pictures to edit alphanumeric data (this data can certainly be output
  21. after it is edited :-)
  22.  
  23.